home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4765 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  777 b 

  1. Path: park.uvsc.edu!usenet
  2. From: Jon Jensen <jjensen@ami-med.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Open database.mdb file, HOW ?
  5. Date: Wed, 31 Jan 1996 17:51:48 -0700
  6. Organization: Utah Valley State College, Orem, Utah
  7. Message-ID: <31100EA4.6C38@ami-med.com>
  8. References: <3105FB0F.13DF@hobbe.adb.gu.se>
  9. NNTP-Posting-Host: 205.218.27.66
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b4 (WinNT; I)
  14.  
  15. > How can I open a *.mdb file with C++-coding. Sitting here with
  16. > MS Vc++ 4.0, and I really don't know how. So please get me started with
  17. > some lines.
  18.  
  19. Follow the ODBC or DAO example in the Visual C++ 4.0 tutorial - 
  20. it works fine.  From there you can figure out how to do this in 
  21. your app.
  22.  
  23. Jon Jensen
  24.